Use to remove a default parameter value for the specified parameter in a report.
BOOL CRPE_API PEDeleteNthParameterDefaultValue (
short printJob,
const char FAR *parameterFieldName,
const char FAR *reportName,
short index );
Regarding parameter reportName:
Declare Function PEDeleteNthParameterDefaultValue Lib "crpe32.dll" ( _
ByVal printJob As Integer, ByVal parameterFieldName As String, _
ByVal reportName As String, ByVal index As Integer ) As Integer
function PEDeleteNthParameterDefaultValue (
printJob: smallint;
const parameterFieldName: PChar;
const reportName: PChar;
index: smallint
): BOOL stdcall;
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |